home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / C for beginners.adf / source / hello.c < prev    next >
C/C++ Source or Header  |  1978-01-17  |  61b  |  7 lines

  1. #include <stdio.h>
  2. main()
  3. {
  4. printf ("Hello, I am here!");
  5. }
  6.  
  7.